home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / japanish_fishing.swf / scripts / frame_50 / PlaceObject2_60_81 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2011-01-13  |  274b  |  18 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.mode[2] == 0)
  3.    {
  4.       if(_root.atari[2] == 0)
  5.       {
  6.          _root.idou(2);
  7.       }
  8.       else
  9.       {
  10.          _root.bichibichi(2);
  11.       }
  12.    }
  13.    else if(_root.mode[2] == 1)
  14.    {
  15.       _root.sara_idou(2);
  16.    }
  17. }
  18.